Berolina Chess
Invented by: Edmund Hebermann, 1926
Standard chess but with the pawn moves switched Pawns capture directly forward and move without capturing diagonally forward
Game hierarchy
• Game
• Generic Chess
• Generic x8
• Generic 8x8
• Berolina Chess
Board
FEN: rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Berolina Pawn | Pawn | P | Berolina Chess | can promote; en passant |
Rook | Rook | R | Berolina Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Berolina Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Berolina Chess | outpost bonus |
Queen | Queen | Q | Berolina Chess | trap king on back rank bonus |
Game Variables
Name = "Berolina Chess"
Invented = "1926"
InventedBy = "Edmund Hebermann"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn (Berolina Pawn)
CastlingType = King
Declared in Generic x8:
PawnDoubleMove = true
Declared in Generic 8x8:
Castling = Standard
Rules
MoveCompletionDefaultRule
BasicPromotionRule
CheckmateRule
Move50Rule
CastlingRule
BerolinaEnPassantRule
RepetitionDrawRule
Evaluations
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|